home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / msattpe.dfm / msattpe.txt
Encoding:
Text File  |  1999-07-20  |  1.9 KB  |  109 lines

  1. object AttListEditDlg: TAttListEditDlg
  2.   Left = 197
  3.   Top = 108
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Attachments List Editor'
  7.   ClientHeight = 221
  8.   ClientWidth = 265
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 249
  24.     Height = 177
  25.     Shape = bsFrame
  26.   end
  27.   object ListBox1: TListBox
  28.     Left = 16
  29.     Top = 16
  30.     Width = 161
  31.     Height = 161
  32.     ItemHeight = 13
  33.     TabOrder = 0
  34.   end
  35.   object EditButton: TButton
  36.     Left = 184
  37.     Top = 16
  38.     Width = 65
  39.     Height = 25
  40.     Caption = '&Edit'
  41.     TabOrder = 1
  42.     OnClick = EditButtonClick
  43.   end
  44.   object AddButton: TButton
  45.     Left = 184
  46.     Top = 48
  47.     Width = 65
  48.     Height = 25
  49.     Caption = '&Add'
  50.     TabOrder = 2
  51.     OnClick = AddButtonClick
  52.   end
  53.   object DeleteButton: TButton
  54.     Left = 184
  55.     Top = 80
  56.     Width = 65
  57.     Height = 25
  58.     Caption = '&Delete'
  59.     TabOrder = 3
  60.     OnClick = DeleteButtonClick
  61.   end
  62.   object OKButton: TButton
  63.     Left = 24
  64.     Top = 192
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 6
  71.   end
  72.   object CancelButton: TButton
  73.     Left = 104
  74.     Top = 192
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 7
  81.   end
  82.   object HelpButton: TButton
  83.     Left = 184
  84.     Top = 192
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&Help'
  88.     TabOrder = 8
  89.   end
  90.   object UpButton: TButton
  91.     Left = 184
  92.     Top = 112
  93.     Width = 65
  94.     Height = 25
  95.     Caption = '&Up'
  96.     TabOrder = 4
  97.     OnClick = UpButtonClick
  98.   end
  99.   object DownButton: TButton
  100.     Left = 184
  101.     Top = 144
  102.     Width = 65
  103.     Height = 25
  104.     Caption = '&Down'
  105.     TabOrder = 5
  106.     OnClick = DownButtonClick
  107.   end
  108. end
  109.